Android-nRF-Wifi-Provisioner
Toggle table of contents
1.3.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android-nRF-Wifi-Provisioner
softap
/
no.nordicsemi.android.wifi.provisioner.softap.proto
/
[androidJvm]WifiInfo
Wifi
Info
class
WifiInfo
(
val
ssid
:
ByteString
,
val
bssid
:
ByteString
,
val
band
:
Band
?
=
null
,
val
channel
:
Int
,
val
auth
:
AuthMode
?
=
null
,
val
timeout
:
Int
?
=
null
,
unknownFields
:
ByteString
=
ByteString.EMPTY
)
:
Message
<
WifiInfo
,
Nothing
>
Members
Constructors
Wifi
Info
Link copied to clipboard
constructor
(
ssid
:
ByteString
,
bssid
:
ByteString
,
band
:
Band
?
=
null
,
channel
:
Int
,
auth
:
AuthMode
?
=
null
,
timeout
:
Int
?
=
null
,
unknownFields
:
ByteString
=
ByteString.EMPTY
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
adapter
Link copied to clipboard
val
adapter
:
ProtoAdapter
<
WifiInfo
>
auth
Link copied to clipboard
val
auth
:
AuthMode
?
=
null
band
Link copied to clipboard
val
band
:
Band
?
=
null
bssid
Link copied to clipboard
val
bssid
:
ByteString
channel
Link copied to clipboard
val
channel
:
Int
ssid
Link copied to clipboard
val
ssid
:
ByteString
timeout
Link copied to clipboard
val
timeout
:
Int
?
=
null
unknown
Fields
Link copied to clipboard
open
val
unknownFields
:
ByteString
Functions
copy
Link copied to clipboard
fun
copy
(
ssid
:
ByteString
=
this.ssid
,
bssid
:
ByteString
=
this.bssid
,
band
:
Band
?
=
this.band
,
channel
:
Int
=
this.channel
,
auth
:
AuthMode
?
=
this.auth
,
timeout
:
Int
?
=
this.timeout
,
unknownFields
:
ByteString
=
this.unknownFields
)
:
WifiInfo
encode
Link copied to clipboard
fun
encode
(
)
:
ByteArray
fun
encode
(
stream
:
OutputStream
)
fun
encode
(
sink
:
BufferedSink
)
encode
Byte
String
Link copied to clipboard
fun
encodeByteString
(
)
:
ByteString
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
without
Unknown
Fields
Link copied to clipboard
fun
withoutUnknownFields
(
)
:
WifiInfo